home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1995 April / Internet Tools.iso / osi / isode / dosisode / DOSISODE80.ZIP / ISODE8.WRK / UNIX / LIB / SI_HEADE.H < prev    next >
Encoding:
C/C++ Source or Header  |  1992-02-20  |  181 b   |  11 lines

  1. #define _NFILE 32
  2. typedef struct {
  3.     int unique;
  4.     struct {
  5.         unsigned non_block :1;
  6.         unsigned sigio :1;
  7.         unsigned in_use :1;
  8.     } bit;
  9. } SOCK;
  10. extern SOCK __sock[_NFILE];
  11.